home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 25
/
CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso
/
CUCD
/
Programming
/
QuakeTools
/
src
/
libqdisplay
/
clippoly.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-06-09
|
136 b
|
8 lines
#ifndef CLIPPOLY_H
#define CLIPPOLY_H
#include "3d.h"
int clip_poly(int n, point_3d ** vl, int codes_or, point_3d *** out_vl);
#endif